home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / packer / gnutar / readme.amiga < prev    next >
Text File  |  1996-02-26  |  9KB  |  180 lines

  1.  
  2.  ==============================================
  3.  = GNUTar Amiga Port of V1.11.2 (25 Mar 1993) =
  4.  = ------------------------------------------ =
  5.  = Amiga Port release version: V1.1           =
  6.  = Release Date:               16.09.1995     =
  7.  ==============================================
  8.  
  9.  1995 rework, SAS/C recompilation, GNUTar V1.11+ adaption,
  10.  and 68030/040 version by Andreas R. Kleinert (email below)
  11.  
  12.  Original port of GNUTar V1.09 done by Ed Berger (email below)
  13.  
  14.  
  15.                        *** Why ? ***
  16.  
  17.  When extracting TAR archives on the AMIGA there always had been a problem:
  18.  the only available GNUTar port was hard to find and if you got it
  19.  finally, it was quite old and just unoptimized for higher 68k CPUs.
  20.  
  21.  On the other hand, a simple recompilation wasn't easy for most people,
  22.  since the GNU-C (GCC) Compiler isn't very widely used and adaptions
  23.  for other compilers aren't that easy (as I finally found out ;-)
  24.  
  25.  
  26.                        *** How ? ***
  27.  
  28.  My first step to solve this problem was porting the nice, small and
  29.  handy "DeTar" utility from MS-DOS to Amiga.
  30.  The usage was really simple and easy, since you'd just had to call
  31.  "DeTar [archive]" and the whole archive would have been unpacked.
  32.  While searching for Bugs within DeTar (thus using the available GNUTar
  33.  port) I decided to port GNUTar directly (since there actually appeared
  34.  some effects I thought of as bugs of DeTar, but as well possibly
  35.  could have been bugs of the Amiga version of GNUTar ;-)
  36.  
  37.  So there suddenly was a new SAS/C V6.55 port of GNUTar for the Amiga,
  38.  which wasn't perfect at all, but was thought as a base for further
  39.  actions by other people (or me :-)
  40.  
  41.  People greatly reacted on this new GNUTar port and reported bugs
  42.  as well as request for also creating updates, which make use of
  43.  features of newer GNUTar versions.
  44.  
  45.  So I dropped the old V1.09 sources ported by Ed Berger and began
  46.  re-porting V1.11.2 (a beta test release) to the Amiga, still using
  47.  some of the old port stubs (but GCC stuff became useless now).
  48.  
  49.  
  50.                        *** Next ? ***
  51.  
  52.  Since V1.11.2 was a beta test release and still isn't the newest
  53.  available version of GNUTar, you may expect newer versions soon.
  54.  
  55.  
  56.                        *** Details ? ***
  57.  
  58.  Before I add the original "documentation" of Ed Berger, please take
  59.  a look at these notes:
  60.  
  61.        - some of the defines and/or functions, which hadn't be present
  62.          for the GCC are actually available for SAS/C and vice versa.
  63.          So there are still some dummy-functions or (hopefully)
  64.          equivalent replacements for such things.
  65.          See the files "sas_amiga.c" and "sas_amiga2.c" for code-replacements
  66.          and the headers within "sasinclude/" and "sasinclude/sys/"
  67.          for additional defines.
  68.          I went this way, since this prevented me from changing _anything_
  69.          within the orginal source.
  70.          The only thing to be done was setting definitions and compiler
  71.          options in the best way and then fill in the missing parts
  72.          (sounds easier, than it was %-)
  73.        - ahm...well: while compiling there occured several problems
  74.          (warnings, missing functions, which had to be substituted
  75.           by dummies, etc.). So remember: it works, but there's really
  76.           no guarantee for anything !
  77.  
  78.  
  79.                        *** Who ? ***
  80.  
  81.  Andreas R. Kleinert, Fido   2:2457/435.10
  82.                       UseNet Andreas_Kleinert@superview.ftn.sub.org
  83.                              Andreaskleinert@n2usx.sauerland.de
  84.  
  85.  
  86.                        *** History ? ***
  87.  
  88.  Revisions:
  89.  
  90.   V1.1   (16.09.1995): - did change version counting: it's too
  91.                          confusing the old way.
  92.                          The original version number of the GNUTar
  93.                          we base on, still is mentioned at the top of
  94.                          this documentation
  95.                        - completely redid the port: we now do use
  96.                          the original GNUTar 1.11.2 (a so-called beta
  97.                          test release) instead of the AMIGA/GCC-adapted
  98.                          GNUTar 1.09.
  99.                          Kind of an update: I simply copied the new
  100.                          source over the old one, changed the compiler
  101.                          settings, added some more include files and
  102.                          resolved all inconsistencies - of course
  103.                          *without directly changing any piece* of
  104.                          the original GNU C-Sources!
  105.                          (-> Regis Rampnoux, ...)
  106.                        - README and GNU-License (COPYING) also have been
  107.                          updated - old GNU license replaced by newer one.
  108.                          There was no update to Tar.man - sorry
  109.                          (but I added a specific note to it, to cover this).
  110.                        - removed some GCC-addon's, which Ed Berger had
  111.                          designed for V1.09, but which won't work with
  112.                          V1.11.2 any longer. You may take them from
  113.                          Amiga release V1.0.2 (23.07.1995) and adapt them
  114.                          - if you like or need them for GCC.
  115.                        - again did change chmod() - there was a mysterious
  116.                          effect, which caused it to be restored to the
  117.                          old, wrong way
  118.                        - replaced 68030 and 68040 versions by a combined
  119.                          68030/040 version, since SAS/C does not
  120.                          actually make any differences for our code.
  121.  
  122.   V1.0.2 (23.07.1995): - hey, found out that the base version actually
  123.                          had been released as V1.09.
  124.                          Added note to this readme.
  125.                        - two people complained, that my GNUTar port did
  126.                          not set correct flags out of "hsparwed" for the
  127.                          amiga files when extracting from archives, as the
  128.                          old GNUTar did.
  129.                          Well, foudn out, that the old one just _did_ _not_
  130.                          _change_ the default flags (always "rwed") and
  131.                          we're now just doing the same, since the mode
  132.                          field of unix TARs is either broken ("hpw" always
  133.                          after conversion Unix->Amiga) or SAS/C's definition
  134.                          for the S_IREAD (and so on) flags aren't compatible.
  135.                          Now "rwed" will be set always.
  136.                          You may change this behaviour within "sas_chmod()"
  137.                          in "sas_amiga.c".
  138.                          (-> bussjaeg@informatik.tu-muenchen.de;
  139.                           Christian Bauernfeind,
  140.                           crisbf@theorie3.physik.uni-erlangen.de)
  141.                        - mkdir(), which needs only one argument with SAS/C
  142.                          had been called with two (got warnings).
  143.                          Now we're doing this:
  144.                            #define mkdir(x, y) mkdir(x)
  145.                          Well, it works ;-)
  146.  
  147.   V1.0.1 (07.07.1995): - re-compiled with SAS/C V6.55
  148.                        - added 68040 version
  149.                        - removed object files from archive due to size
  150.                        - fixed bug note in documentation; was not a bug
  151.                          (-> David Balazic, david.balazic@uni-mb.si)
  152.  
  153.   V1.00  (23.03.1995): - first release, compiled with SAS/C V6.51
  154.  
  155.  
  156. ****************************************************************************
  157.  
  158. Following is, what Ed Berger originally wrote in "readme.1st"
  159. for V1.09. As with Amiga release V1.1 (GNUTar V1.11.2, first port release)
  160. I re-switched to the original GNU-sources in combination with some
  161. of the old code-workarounds:
  162. ----------------------------------------------------------------------------
  163.  
  164. I was looking for a tar program for the Amiga, since the gcc distribution,
  165. and minix distribution files are often in this format.  Tarsplit from an
  166. old fish disk was not sufficient.  I kept hearing about gnu-tar, but
  167. never saw it archived anywhere, until now.
  168.  
  169. Since I was not able to find gnu-tar, under any separate archive on the
  170. fish disks, or on my favorite ftp-sites, I pulled this out of the UUCP
  171. distribution from uunet.  The binary and man page were on disk 2, and
  172. the source files were on disk 3.  I hope that I didn't miss anything
  173. important.  I apologize for any inconvenience this may cause.  If in doubt
  174. go back to the UUCP distribution.
  175.  
  176. -Ed Berger
  177.  eb15@andrew.cmu.edu
  178.  
  179. ****************************************************************************
  180.